home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / login108.zip / TTMANUAL.TXT < prev   
Text File  |  1992-09-25  |  15KB  |  324 lines

  1. Tamalpais Technologies - The Login Checker (V1.08 (9-25-92))
  2. Copyright (c) 1991, 1992 - All rights reserved
  3. ────────────────────────────────────────────────────────
  4.  
  5.  
  6.  
  7. Introduction 
  8. ──────────────
  9. One day, I was sitting at my desk at work (I am a MIS / Help Desk manager for 
  10. a major software company) when the phone rang. It was someone from the 
  11. Marketing deparment, they were in Excel in Windows and they could not print to 
  12. the printer, it gave them some error message.  I explained to the person 
  13. (who has great Marketing skills but little computer skills) that the problem 
  14. most likely was due the fact that she had not logged in. This got me 
  15. thinking... This was the third call that day for a problem related to the fact 
  16. that the employee had not logged in.  Of course I couldn't blame the employee, 
  17. the message that they were not logged in flashes by as the rest of their 
  18. AUTOEXEC.BAT file is executed.  
  19.  
  20. I asked myself, why didn't Novell make the login.exe program check to see 
  21. if you logged in correctly and if not, ask you to try again?
  22.  
  23. So I dusted off my 'C' manuals, turned on my tunes on and got to work on trying 
  24. to correct this little problem.  Hence, the birth of The Login Checker.   I
  25. implemented it at the company that I work for and after 3 weeks of not having 
  26. ANY calls related to not logging in (and having no one complain about any 
  27. problems with The Login Checker itself - could the first try be bug free??)  
  28. I decided that maybe others could benefit from this handy dandy tool. After 
  29. only 2 months over 200 people downloaded it from Compuserve, so I must have 
  30. been right!
  31.  
  32. After having it in place at work for a couple of months I noticed another 
  33. hidden benefit.   Many of the employee's liked to add there login name after 
  34. the login call in their AUTOEXEC.BAT (saving them from having to type it in).  
  35. This was great for them but frustrating to the Help Desk staff because if you 
  36. wanted to do any work setting up there machine you had to either not login 
  37. (and miss whatever setup pertained to the network in their AUTOEXEC.BAT) or 
  38. change their AUTOEXEC.BAT and reboot.  What a pain.  With The Login Checker, 
  39. all we needed to do was press return at the PASSWORD: prompt and type in our 
  40. own login name and password instead.  Life is good again and we go home 
  41. smiling now (most of the time!).
  42.  
  43. The Login Checker is simpler in design than most people think.  The easiest 
  44. way to test it and use it is to simply copy the two files (TTLOGIN.EXE and
  45. TTLOGIN.CFG) to the LOGIN directory and change your AUTOEXEC.BAT to use 
  46. TTLOGIN.EXE.  If you ever feel the need to login using the regular Novell login, 
  47. you can always type LOGIN.EXE.  
  48.  
  49. I hope you The Login Checker is as useful to you as it was to us.  Many thanks 
  50. to all of you who have send me your comments on the program and those of you 
  51. who have joined our family of registered users. Please send me any comments 
  52. you have about the product, good or bad, and any ideas you have that would 
  53. improve it.   
  54.  
  55.  
  56.  
  57. Description:
  58. ──────────────
  59. The Login Checker is a program that is designed to check whether you have 
  60. logged into a Novell network or not.  This is advantageous for several 
  61. reasons:
  62.  
  63.                 *       Less typing and frustration when logging in.
  64.         *       Less calls to the MIS / System Administration  /
  65.                         Help desk - because employees will know when they 
  66.                         type their login name or password incorrectly.
  67.                         (Most of the time they do not know they did not    
  68.                         login because the login command is part of the 
  69.                         autoexec.bat file, so the 'Access denied' message 
  70.                         scrolls past before they can read it).
  71.  
  72.                 *       If a station is set up to login with that person's
  73.                         login name (I.E. LOGIN MIKE), pressing return with
  74.                         TTLOGIN will ask you for the new login name, so that
  75.                         if someone else wants to log in to that station (such
  76.                         as System Administrators!) all the network commands in 
  77.                         the 'AUTOEXEC.BAT' file that requires network login 
  78.                         are still executed.                        
  79.  
  80.  
  81. How to Use:
  82. ────────────
  83.  
  84. Copy the two files (TTLOGIN.EXE and TTLOGIN.CFG) into the F:\LOGIN directory
  85. (you must be logged in as supervisor to do this).  Then type (or add to your 
  86. `autoexec.bat' file):
  87.  
  88.                         ttlogin <LOGINNAME>
  89.  
  90. You will need to keep LOGIN.EXE in that same directory.  You do need to be 
  91. in the \LOGIN directory to use this program.  If you login without making 
  92. any mistakes, it will look and act just like regular LOGIN.EXE.  If you 
  93. mistype your login name or password, The Login Checker will ask you if you 
  94. want to login again.  This continues until you either login correctly or 
  95. answer no to the question.
  96.  
  97.  
  98.  
  99.    For Experienced System Adminstrators:
  100.    ──────────────────────────────────────────
  101. System Adminstrators can easily give everyone access to TTLOGIN, without
  102. having to modify everyone's machines.  This is recommended for System
  103. Adminstrators that have experience with DOS and Novell. If you do not
  104. have much experience, you may want to use the method suggested above.
  105.  
  106. Here's how:
  107.  
  108.       * Login as supervisor.
  109.       * Copy TTLOGIN.EXE and TTLOGIN.CFG into the F:\LOGIN directory.
  110.       * Using `attrib' or another utility, remove the
  111.         'READ ONLY' tag from Novell's LOGIN.EXE program.
  112.       * Rename the orginal LOGIN.EXE to another name:
  113.  
  114.                     REN LOGIN.EXE LGN.EXE
  115.  
  116.           * Rename TTLOGIN to LOGIN.EXE:    
  117.  
  118.                     REN TTLOGIN.EXE LOGIN.EXE
  119.  
  120.           * Use an ASCII editor to change the first line in TTLOGIN.CFG to the 
  121.             new name you gave Novell's LOGIN.EXE (LGN.EXE).
  122.           * Reset the `READ ONLY' attribute on Novells LOGIN.EXE (now LGN.EXE). 
  123.  
  124. This makes it so that if anyone types LOGIN (or it is in an `autoexec.bat'
  125. file), it will automatically call The Login Checker.  Be careful NOT to delete 
  126. Novell's LOGIN.EXE.  You will need that to log in.
  127.  
  128. If you want to login without using The Login Checker, simply type the new name 
  129. you gave Novell's (LGN.EXE).
  130.                 
  131. System Adminstrators can also modify the second line, which may help to 
  132. explain to end users which file server they are logging into.
  133.  
  134.  
  135.  
  136. Registration: 
  137. ────────────────
  138.  
  139.   Register this product and you will receive:
  140.  
  141.            * The very latest version (with extra features)
  142.            * Information on other Tam Tech products
  143.            * A clear conscience!
  144.  
  145.  
  146.   The Login Checker is shareware (give one to a friend!), but NOT freeware
  147.   You must register the copy (and pay the fee) to use it (we do want to eat!)
  148.  
  149.   When you register the copy, Tamalpais Technologies will send you the latest 
  150.   version.  This copy will include all new features developed so far. 
  151.  
  152.   Some ideas we may include in the future are:
  153.  
  154.       *  The ability to check for more than one file server on a network
  155.       *  Ability to explain to end users which server they are logging into
  156.      (Done, see above)
  157.       *  New features that we dream up before you get it!
  158.  
  159.  
  160.  
  161.   The cost is:  (Simplified!  It used to be so complicated!)
  162.  
  163.       ---------------------------------------------------
  164.       Smaller sites:
  165.       $25 per file server at site      
  166.  
  167.       ---------------------------------------------------
  168.       Site License:
  169.       More than 6 file servers?    Total price is $150.
  170.  
  171.       Number of Servers                      Price 
  172.       ______________________________________________
  173.           1                                  $25
  174.           2                                  $50
  175.           3                                  $75
  176.           4                                  $100
  177.           5                                  $125
  178.           6                                  $150
  179.  
  180.           More than 6                        $150
  181.  
  182.  
  183.   To register the product, please send check, cash or money order to:
  184.  
  185.        Tamalpais Technologies
  186.        PO Box 125
  187.        Larkspur, CA 94977
  188.  
  189.   (For information or telephone order, call:  (415) 927-0333)
  190.  
  191.    
  192.   You can print an order form for The Login Checker.  With your printer
  193.   on, From the DOS command line type:  `ORDER'
  194.  
  195.  
  196. Paying through Compuserve
  197. ─────────────────────────
  198.  
  199.   You can now register Login Checker through Compuserve!  It will get billed
  200.   directly to your Compuserve account.  Simply type GO SWREG and follow the
  201.   instructions.   When they ask you for a 'Keyword', use `TamTech'.
  202.  
  203.  
  204. Tamalpais Technologies Complete Satisfaction Guarentee ...
  205. ────────────────────────────────────────────────────────────
  206.  
  207.      The Login Checker comes with a 60 day money day back
  208.      guarentee.  If you are unhappy with the product for any reason,
  209.      Tamalpais Technologies will refund your money in full. Simply call or
  210.      write TamTech with 60 days of purchase.
  211.  
  212.  
  213.  
  214. Suggestions / Support:
  215. ─────────────────────────
  216.  
  217. We welcome suggestions for improved features for The Login Checker, as well as
  218. ideas for new utilities you'd like to see.  We already have some idea's we are
  219. playing with for future releases, such as automatic path correction (so that
  220. when you logout your path is returned to it's healthy state), message ability
  221. - so that the System Administrator can notify the user what server they are
  222. logging into, etc.
  223.  
  224. To contact us, write us at the above address, send us a Compuserve Email (to
  225. 73257,2166)  or call Tamalpais Technologies at (415) 927-0333.  We would like
  226. to here from you, so please do write or call us and tell us your complements,
  227. problems, or new feature ideas.
  228.  
  229.  
  230.  
  231. Disclaimer:
  232. ────────────────
  233.  
  234. This software has been tested thoroughly and is believed to be free of
  235. problems, however, software is one of the most complicated kind of product
  236. produced by humans. No person can be absolutely and completely certain that a
  237. piece of complicated software will work in any given machine and environment.
  238. Therefore, you are completely responsible for determining the fitness of this
  239. program and Tamalpais Technologies and it's staff are not liable for any damages.
  240.  
  241.  
  242.  
  243.  
  244.  
  245. Product Revision History:
  246. ─────────────────────────────
  247.  
  248. Revision History:
  249.  
  250. ******  Version         Release Date    Change
  251. ******  -------------------------------------------------
  252. ******  1.00            8-17-91         First release
  253. ******                  No Bugs yet ....
  254. ******                  (I'm closing my ears!)
  255. ******  ....................................................................
  256. ******  1.01            9-11-91       * First Registered version
  257. ******
  258. ******                      *    Added the feature that allows you to
  259. ******                                  use the same login name again.
  260. ******
  261. ******                                * Removed the 'ESC for info' line for
  262. ******                                  Registered users.
  263. ******  ....................................................................
  264. ******  1.02          12-13-91        * Added pop up boxes for the info
  265. ******                                * Removed the `Tamalpais Technologies' message
  266. ******                                * Changed it so that the directory in the
  267. ******                                  login script is where you end up after
  268. ******                    using TTlogin.
  269. ******                                * Changed it so that you can login from
  270. ******                                  any directory even though you are already logged
  271. ******                                  in.
  272. ******                                * Included reading TTLOGIN.CFG - Reads
  273. ******                                  Date info, Program Name, Info Line, Reg information
  274. ******                                  This version requires TTLOGIN.CFG in the Login directory
  275. ******
  276. ******  ....................................................................
  277. ******  1.03           2-10-92       * Fixed the display bug created by reading in the lines of
  278. ******                       of text wrong from TTLOGIN.CFG
  279. ******                     * Now writes "Logging into" before the server line
  280. ******                            if no name was typed in as a argument.
  281. ****** ....................................................................
  282. ****** 1.04           2-21-92        * Trying to fix the problem in where the
  283. ******                       Login Checker conflicts with the programs
  284. ******                                 being executed from the System Login Script.
  285. ******                                 (Problem was NOT fixed, it still conflicts with
  286. ******                                  the 'exit' command in the login script).
  287. ******                                 (This version was never released)
  288. ****** .....................................................................
  289. ****** 1.05           3-16-92       *  Allows more than one argument to be passed
  290. ******                       to LOGIN.EXE (You can have up to five now).
  291. ******
  292. ******                              *  Created a way for customers to get rid of the
  293. ******                                 line "Logging into" if they would like.
  294. ******                                 They remove everything from line 2 in TTLOGIN.CFG
  295. ******                                 (make sure there are no spaces) and it will
  296. ******                                 eliminate that line.
  297. ******
  298. ****** 1.06           6-16-92       *  When you used the 'Drive C:' command in
  299. ******                                 the login script, the login checker
  300. ******                                 tell you that you logged in
  301. ******                                 incorrectly.  This is fixed now.
  302. ******
  303. ****** 1.07           7-05-92       *  Increased the speed of the program when you
  304. ******                      type in the incorrect password or login name.
  305. ******                     Also fixed the problem when using the
  306. ******                                 EXIT command in the login script (I think!)
  307. ******                                 Solved ALL problems related to new drive
  308. ******                                 and or directory mappings.
  309. ******
  310. ****** 1.08           9-25-92       *  Color was not being displayed correctly 
  311. ******                                 after you left The Login Checker.  It now 
  312. ******                                 goes back to your original color.
  313. ******
  314. ****** ____________________________________________________________________
  315. ****** Known bugs:
  316. ******
  317. ******             *    If you type in the Login Checker from a directory 
  318. ******                  other than where the CFG file is located, it will not 
  319. ******                  find it.  This will be fixed in the next version.
  320. ******
  321. ******
  322. **********************************************************************************
  323. *********************************************************************************
  324.